.thumb_img:hover, .thumbnail:hover {
  transition: opacity 0.2s;
  opacity: 0.7; }

img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-focus: ignore;
  -moz-user-select: none; }

body {
  font: 400 15px Lato, sans-serif;
  line-height: 1.8;
  color: #818181; }

h1.tile-header {
  font-size: 2.2vw; }
  @media screen and (max-width: 480px) {
    h1.tile-header {
      font-size: 8vw; } }

h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: #303030;
  font-weight: 600;
  margin-bottom: 30px; }

h4 {
  font-size: 19px;
  line-height: 1.375em;
  color: #303030;
  font-weight: 400;
  margin-bottom: 30px; }

small#subheader {
  display: none;
  color: white;
  font-size: 0.5em;
  display: inline-block;
  padding-top: 8px; }
  @media screen and (max-width: 480px) {
    small#subheader {
      display: none; } }

.language {
  display: inline-block;
  font-size: 0.65em; }
  .language a {
    display: inline !important; }

.active-lang {
  background: #ff9900 !important;
  color: white !important; }

.fa {
  color: #ff9900; }

.jumbotron {
  background: url(../img/bg1.JPG) fixed no-repeat;
  background-size: cover;
  background-position: center;
  background-color: black;
  color: #fff;
  padding: 100px 25px;
  border-bottom: 3px solid #ff9900;
  font-family: Montserrat, sans-serif; }
  @media screen and (max-width: 768px) {
    .jumbotron {
      background: url(../img/bg1.JPG) fixed top;
      background-size: cover;
      height: 50vw; } }
  @media screen and (max-width: 480px) {
    .jumbotron h1 {
      display: inline; } }

.container-fluid {
  padding: 60px 50px; }

.bg-grey {
  background-color: #f6f6f6; }

.logo-small {
  color: #ff9900;
  font-size: 50px; }

.logo {
  color: #ff9900;
  font-size: 200px; }

#logo {
  filter: brightness(0); }

#weigl {
  opacity: 0; }

.thumb_img {
  cursor: pointer;
  display: inline;
  width: 25%;
  border: 1px solid black; }
  @media screen and (max-width: 768px) {
    .thumb_img {
      width: 33.333%; } }
  @media screen and (max-width: 480px) {
    .thumb_img {
      width: 50%; } }
  @media screen and (max-width: 400px) {
    .thumb_img {
      width: 100%; } }

.thumbnail {
  cursor: pointer;
  padding: 0 0 15px 0;
  border: none;
  border-radius: 0; }
  .thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px; }

.carousel-control.right, .carousel-control.left {
  background-image: none;
  color: white; }
  .carousel-control.right.active, .carousel-control.left.active {
    background-color: white; }

.carousel-indicators li {
  border-color: white; }

.item h4 {
  font-size: 19px;
  line-height: 1.375em;
  font-weight: 400;
  font-style: italic;
  margin: 70px 0; }
.item span {
  font-style: normal; }

.panel {
  border: 1px solid white;
  border-radius: 0 !important;
  transition: box-shadow 0.5s; }
  .panel:hover {
    box-shadow: 5px 0px 40px rgba(0, 0, 0, 0.2); }

.panel-heading {
  text-align: center !important;
  color: #aaa !important;
  padding: 0 !important;
  background-color: white !important;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px; }

.panel-footer {
  background-color: white !important; }
  .panel-footer .btn {
    margin: 15px 0;
    background-color: white;
    color: #fff; }
    .panel-footer .btn:hover {
      border: 1px solid white;
      background-color: #fff !important;
      color: white; }
  .panel-footer h3 {
    font-size: 32px; }
  .panel-footer h4 {
    color: #aaa;
    font-size: 14px; }

.navbar {
  margin-bottom: 0;
  background-color: white;
  z-index: 9998;
  border: 0;
  font-size: 12px !important;
  line-height: 1.42857143 !important;
  letter-spacing: 4px;
  border-radius: 0;
  border-bottom: 3px solid #ff9900;
  font-family: Montserrat, sans-serif; }
  .navbar li a, .navbar navbar-brand {
    color: black !important; }

.navbar-nav li a:hover, .navbar-nav li.active a {
  color: white !important;
  background-color: #ff9900 !important; }

.navbar-default .navbar-toggle {
  border-color: transparent;
  color: #fff !important; }

.slideanim {
  visibility: hidden; }

.slide {
  animation-name: slide;
  -webkit-animation-name: slide;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  visibility: visible; }

.projekt-img img {
  width: 75%; }

.dropdown- {
  overflow: hidden; }
  .dropdown-menu li, .dropdown-menu a {
    width: 100%;
    height: 30px !important; }
  .dropdown-menu a {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
    @media screen and (max-width: 768px) {
      .dropdown-menu a {
        padding-left: 50px !important; } }

img, a {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none; }

iframe#video {
  width: 680px;
  height: 320px; }
  @media screen and (max-width: 1024px) {
    iframe#video {
      width: 100%;
      height: 45vh; } }
  @media screen and (max-width: 768px) {
    iframe#video {
      height: 65%; } }

div#references div.projekt {
  cursor: pointer;
  vertical-align: top; }
  @media screen and (max-width: 768px) {
    div#references div.projekt {
      width: 50%;
      display: inline-block; } }
  @media screen and (max-width: 480px) {
    div#references div.projekt {
      width: 100%; } }
  div#references div.projekt:hover {
    transition: opacity 0.2s;
    opacity: 0.7; }
  div#references div.projekt h4 {
    border-bottom: 1px solid #ccc; }
  div#references div.projekt div.thumb-main {
    width: 100%;
    border: 1px solid black; }
    div#references div.projekt div.thumb-main img {
      width: 100%; }
  div#references div.projekt div.desc-main {
    margin-top: 10px;
    min-height: 75px; }
    div#references div.projekt div.desc-main p {
      line-height: 1; }
div#topSlider {
  height: 220px;
  overflow: hidden !important; }
  @media screen and (max-width: 768px) {
    div#topSlider {
      display: none; } }
div#socials {
  display: flex;
  justify-content: center;
  margin-bottom: 20px; }
  div#socials a {
    display: inline-block;
    margin: 2%; }
    div#socials a div {
      border: 1px solid transparent;
      background: #ff9900;
      width: 85px; }
      div#socials a div span {
        color: white;
        font-size: 5rem;
        padding: 10px; }
    div#socials a:hover div {
      background: transparent;
      border: 1px solid #ff9900; }
      div#socials a:hover div span {
        color: #ff9900; }

footer ul.navbar li {
  display: inline-block !important; }

/*@keyframes slide {
	0% {
		opacity: 0;
		transform: translateX(70%);
	} 
	100% {
		opacity: 1;
		transform: translateX(0%);
	}
}
@-webkit-keyframes slide {
	0% {
		opacity: 0;
		-webkit-transform: translateX(70%);
	} 
	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
	}
}*/
@media screen and (max-width: 768px) {
  .col-sm-4 {
    text-align: center;
    margin: 25px 0; }

  .btn-lg {
    width: 100%;
    margin-bottom: 35px; } }
@media screen and (max-width: 480px) {
  .logo {
    font-size: 150px; } }

/*# sourceMappingURL=style.css.map */
